XML Einrichten Version 1.3
MULH Complex Type
XML Einrichten Version 1.3 : MULH Complex Type
Beschreibung
Segment für Multimedia Informationen zum Beleg
Namensraum (none)
Diagramm
AppTargetIdentification Element AppSourceIdentification Element ObjectContent Element Source Element RemoteType Element FunctionType Element ObjectType Element ObjectDescription Element FileName Element Sequence MULH Complex Type
Overview
MULH
Segment für Multimedia Informationen zum Beleg
Sequence
FileName Restriction of xs:string
Name der Datei ohne Pfadangabe
ObjectDescription optional Restriction of xs:string
Beschreibt den Inhat der Datei
ObjectType Restriction of xs:string
Objekttyp (Inhalt der Datei)
PCT = Bild
TXT = Text
OTH = Andere Formate
FunctionType Restriction of xs:string
Wozu wird die Datei benutzt
SKE = Skizze
...
Use case of the file
SKE = Sketch
...
RemoteType optional Restriction of xs:string
Wo befindet sich das Objekt
IA = external see Source
where is the object located
IA = external see Source
Source optional Restriction of xs:string
Pfad zur Datei
ObjectContent optional xs:string
Inhalte base64 dociert
AppSourceIdentification optional Restriction of xs:string
Quellprogramm
AppTargetIdentification optional Restriction of xs:string
Zielporgramm für das Objekt
Verwendet von
MULH Element
MULH Element
MULH Element
MULH Element
MULH Element
Quelle
<xs:complexType name="MULH" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Multimedia Informationen zum Beleg </xs:documentation>
    <xs:documentation xml:lang="en">Segment for multimedia information for the document</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FileName" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Name der Datei ohne Pfadangabe</xs:documentation>
        <xs:documentation xml:lang="en">file name without path prefix </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectDescription" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Beschreibt den Inhat der Datei</xs:documentation>
        <xs:documentation xml:lang="en">Describes the content of the file </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Objekttyp (Inhalt der Datei)</dt>
            <dt>PCT = Bild</dt>
            <dt>TXT = Text</dt>
            <dt>OTH = Andere Formate</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="en">
          <dl>
            <dt>Object type classifeid</dt>
            <dt>PCT = Picture</dt>
            <dt>TXT = Text</dt>
            <dt>OTH = Others</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FunctionType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Wozu wird die Datei benutzt</dt>
            <dt>SKE = Skizze</dt>
            <dt>...</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Use case of the file</dt>
            <dt>SKE = Sketch</dt>
            <dt>...</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="RemoteType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Wo befindet sich das Objekt</dt>
            <dt>IA = external see Source</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>where is the object located</dt>
            <dt>IA = external see Source</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Source" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Pfad zur Datei</xs:documentation>
        <xs:documentation xml:lang="en">File path</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="512" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectContent" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Inhalte base64 dociert </xs:documentation>
        <xs:documentation xml:lang="en">content base64 coded</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AppSourceIdentification" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Quellprogramm </xs:documentation>
        <xs:documentation xml:lang="en">Source application</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AppTargetIdentification" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Zielporgramm für das Objekt </xs:documentation>
        <xs:documentation xml:lang="en">Target program for the object</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.3